3.158 \(\int \frac{\tan ^{-1}(\sqrt{x})}{x^2} \, dx\)

Optimal. Leaf size=27 \[ -\frac{1}{\sqrt{x}}-\frac{\tan ^{-1}\left (\sqrt{x}\right )}{x}-\tan ^{-1}\left (\sqrt{x}\right ) \]

[Out]

-(1/Sqrt[x]) - ArcTan[Sqrt[x]] - ArcTan[Sqrt[x]]/x

________________________________________________________________________________________

Rubi [A]  time = 0.011758, antiderivative size = 27, normalized size of antiderivative = 1., number of steps used = 4, number of rules used = 4, integrand size = 10, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.4, Rules used = {5033, 51, 63, 203} \[ -\frac{1}{\sqrt{x}}-\frac{\tan ^{-1}\left (\sqrt{x}\right )}{x}-\tan ^{-1}\left (\sqrt{x}\right ) \]

Antiderivative was successfully verified.

[In]

Int[ArcTan[Sqrt[x]]/x^2,x]

[Out]

-(1/Sqrt[x]) - ArcTan[Sqrt[x]] - ArcTan[Sqrt[x]]/x

Rule 5033

Int[((a_.) + ArcTan[(c_.)*(x_)^(n_)]*(b_.))*((d_.)*(x_))^(m_.), x_Symbol] :> Simp[((d*x)^(m + 1)*(a + b*ArcTan
[c*x^n]))/(d*(m + 1)), x] - Dist[(b*c*n)/(d*(m + 1)), Int[(x^(n - 1)*(d*x)^(m + 1))/(1 + c^2*x^(2*n)), x], x]
/; FreeQ[{a, b, c, d, m, n}, x] && NeQ[m, -1]

Rule 51

Int[((a_.) + (b_.)*(x_))^(m_)*((c_.) + (d_.)*(x_))^(n_), x_Symbol] :> Simp[((a + b*x)^(m + 1)*(c + d*x)^(n + 1
))/((b*c - a*d)*(m + 1)), x] - Dist[(d*(m + n + 2))/((b*c - a*d)*(m + 1)), Int[(a + b*x)^(m + 1)*(c + d*x)^n,
x], x] /; FreeQ[{a, b, c, d, n}, x] && NeQ[b*c - a*d, 0] && LtQ[m, -1] &&  !(LtQ[n, -1] && (EqQ[a, 0] || (NeQ[
c, 0] && LtQ[m - n, 0] && IntegerQ[n]))) && IntLinearQ[a, b, c, d, m, n, x]

Rule 63

Int[((a_.) + (b_.)*(x_))^(m_)*((c_.) + (d_.)*(x_))^(n_), x_Symbol] :> With[{p = Denominator[m]}, Dist[p/b, Sub
st[Int[x^(p*(m + 1) - 1)*(c - (a*d)/b + (d*x^p)/b)^n, x], x, (a + b*x)^(1/p)], x]] /; FreeQ[{a, b, c, d}, x] &
& NeQ[b*c - a*d, 0] && LtQ[-1, m, 0] && LeQ[-1, n, 0] && LeQ[Denominator[n], Denominator[m]] && IntLinearQ[a,
b, c, d, m, n, x]

Rule 203

Int[((a_) + (b_.)*(x_)^2)^(-1), x_Symbol] :> Simp[(1*ArcTan[(Rt[b, 2]*x)/Rt[a, 2]])/(Rt[a, 2]*Rt[b, 2]), x] /;
 FreeQ[{a, b}, x] && PosQ[a/b] && (GtQ[a, 0] || GtQ[b, 0])

Rubi steps

\begin{align*} \int \frac{\tan ^{-1}\left (\sqrt{x}\right )}{x^2} \, dx &=-\frac{\tan ^{-1}\left (\sqrt{x}\right )}{x}+\frac{1}{2} \int \frac{1}{x^{3/2} (1+x)} \, dx\\ &=-\frac{1}{\sqrt{x}}-\frac{\tan ^{-1}\left (\sqrt{x}\right )}{x}-\frac{1}{2} \int \frac{1}{\sqrt{x} (1+x)} \, dx\\ &=-\frac{1}{\sqrt{x}}-\frac{\tan ^{-1}\left (\sqrt{x}\right )}{x}-\operatorname{Subst}\left (\int \frac{1}{1+x^2} \, dx,x,\sqrt{x}\right )\\ &=-\frac{1}{\sqrt{x}}-\tan ^{-1}\left (\sqrt{x}\right )-\frac{\tan ^{-1}\left (\sqrt{x}\right )}{x}\\ \end{align*}

Mathematica [C]  time = 0.0095062, size = 30, normalized size = 1.11 \[ -\frac{\text{Hypergeometric2F1}\left (-\frac{1}{2},1,\frac{1}{2},-x\right )}{\sqrt{x}}-\frac{\tan ^{-1}\left (\sqrt{x}\right )}{x} \]

Antiderivative was successfully verified.

[In]

Integrate[ArcTan[Sqrt[x]]/x^2,x]

[Out]

-(ArcTan[Sqrt[x]]/x) - Hypergeometric2F1[-1/2, 1, 1/2, -x]/Sqrt[x]

________________________________________________________________________________________

Maple [A]  time = 0.026, size = 22, normalized size = 0.8 \begin{align*} -\arctan \left ( \sqrt{x} \right ) -{\frac{1}{x}\arctan \left ( \sqrt{x} \right ) }-{\frac{1}{\sqrt{x}}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(arctan(x^(1/2))/x^2,x)

[Out]

-arctan(x^(1/2))-arctan(x^(1/2))/x-1/x^(1/2)

________________________________________________________________________________________

Maxima [A]  time = 1.46563, size = 28, normalized size = 1.04 \begin{align*} -\frac{\arctan \left (\sqrt{x}\right )}{x} - \frac{1}{\sqrt{x}} - \arctan \left (\sqrt{x}\right ) \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(arctan(x^(1/2))/x^2,x, algorithm="maxima")

[Out]

-arctan(sqrt(x))/x - 1/sqrt(x) - arctan(sqrt(x))

________________________________________________________________________________________

Fricas [A]  time = 2.13151, size = 54, normalized size = 2. \begin{align*} -\frac{{\left (x + 1\right )} \arctan \left (\sqrt{x}\right ) + \sqrt{x}}{x} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(arctan(x^(1/2))/x^2,x, algorithm="fricas")

[Out]

-((x + 1)*arctan(sqrt(x)) + sqrt(x))/x

________________________________________________________________________________________

Sympy [B]  time = 3.14029, size = 94, normalized size = 3.48 \begin{align*} - \frac{x^{\frac{5}{2}} \operatorname{atan}{\left (\sqrt{x} \right )}}{x^{\frac{5}{2}} + x^{\frac{3}{2}}} - \frac{2 x^{\frac{3}{2}} \operatorname{atan}{\left (\sqrt{x} \right )}}{x^{\frac{5}{2}} + x^{\frac{3}{2}}} - \frac{\sqrt{x} \operatorname{atan}{\left (\sqrt{x} \right )}}{x^{\frac{5}{2}} + x^{\frac{3}{2}}} - \frac{x^{2}}{x^{\frac{5}{2}} + x^{\frac{3}{2}}} - \frac{x}{x^{\frac{5}{2}} + x^{\frac{3}{2}}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(atan(x**(1/2))/x**2,x)

[Out]

-x**(5/2)*atan(sqrt(x))/(x**(5/2) + x**(3/2)) - 2*x**(3/2)*atan(sqrt(x))/(x**(5/2) + x**(3/2)) - sqrt(x)*atan(
sqrt(x))/(x**(5/2) + x**(3/2)) - x**2/(x**(5/2) + x**(3/2)) - x/(x**(5/2) + x**(3/2))

________________________________________________________________________________________

Giac [A]  time = 1.34476, size = 28, normalized size = 1.04 \begin{align*} -\frac{\arctan \left (\sqrt{x}\right )}{x} - \frac{1}{\sqrt{x}} - \arctan \left (\sqrt{x}\right ) \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(arctan(x^(1/2))/x^2,x, algorithm="giac")

[Out]

-arctan(sqrt(x))/x - 1/sqrt(x) - arctan(sqrt(x))